ComponentOne Xamarin.Android
CanMove Method (C1WrapCollectionView<S,T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : CanMove Method
The original index.
The destination index.
Determines whether the item at fromIndex can be moved to toIndex.
Syntax
'Declaration
 
Public Overridable Function CanMove( _
   ByVal fromIndex As Integer, _
   ByVal toIndex As Integer _
) As Boolean
'Usage
 
Dim instance As C1WrapCollectionView(Of S,T)
Dim fromIndex As Integer
Dim toIndex As Integer
Dim value As Boolean
 
value = instance.CanMove(fromIndex, toIndex)
public virtual bool CanMove( 
   int fromIndex,
   int toIndex
)

Parameters

fromIndex
The original index.
toIndex
The destination index.
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members